home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / parking.swf / scripts / DefineSprite_246 / frame_359 / DoAction.as
Text File  |  2005-01-18  |  239b  |  9 lines

  1. stop();
  2. this.man.onRelease = _parent.playButtonClick;
  3. this.woman.onRelease = _parent.playButtonClick;
  4. this.help_btn.onRelease = function()
  5. {
  6.    this._parent._parent.fadeIntroSound();
  7.    this._parent._parent.gotoAndStop("help");
  8. };
  9.